.header {
    position: relative;
    width: 100%;
    height: 320px;
}

.header .headerbg {
    width: 100%;
    height: 320px;
    position: absolute;
    z-index: 1;
}

.header .headerci {
    position: absolute;
    z-index: 2;
    top: 94px;
    left: 50%;
    transform: translateX(-50%);
    width: 870px;
    height: 94px;
}

.header .search {
    position: absolute;
    z-index: 2;
    right: 90px;
    bottom: 30px;
    width: 400px;
    height: 40px;
    display: flex;
    align-items: center;
}

.search #searchipt {
    width: 344px;
    background: #F4F4F4;
    border-radius: 4px;
    text-indent: 2em;
    height: 40px;
    border: #fff;
}

.search .searchimg {
    width: 56px;
    height: 40px;
    background: #028FED;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search .searchimg .simg {
    width: 24px;
    height: 24px;
}

.navbox {
    width: 100%;
    background: #028FED;
}

.navbox .nav {
    width: 1260px;
    margin: 0 auto;
    height: 56px;
    display: flex;
    align-items: center;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
}

.navbox .nav .nava {
    width: 252px;
    height: 56px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.navbox .nav .nava:hover {
    background: #DEF1FD;
    color: #028FED;
     cursor: pointer;
}

.navbox .nav span {
    width: 1px;
    background: #fff;
    display: inline-block;
    height: 14px;
    margin-left: -1px;
}
.navbox .nav span:last-child{
    display:none;
}
.navbox .nav .active {
    background: #DEF1FD;
    color: #028FED;
}

/* å‹æƒ…é“¾æŽ¥ */
.links {
    width: 100%;
    background: #E4E6E8;
}

.links .linksbox {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 48px;
}

.links .linksbox .linktitle {
    width: 100px;
    height: 48px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 48px;
    text-align: left;
    font-style: normal;
}

.links .linksbox .linkinfo {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.links .linksbox .linkinfo .infobox {
    display: flex;
    align-items: center;
    line-height: 48px;
    padding: 0 20px 0 25px;
    text-align: center;
    cursor: pointer;
}

.links .linksbox .linkinfo .active {
    background: rgba(0, 0, 0, .07);
}

.links .linksbox .linkinfo .infobox .linkimg {
    width: 16px;
    height: 16px;
}

.links .linksbox .linkinfo .infobox img:first-child {
    display: none;
}

.links .linksbox .linkinfo .active img:first-child {
    display: block;
}

.links .linksbox .linkinfo .active img:last-child {
    display: none;
}

.change {
    width: 100%;
    background: #F3F4F5;
}

.change .changebox {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0 36px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.change .changebox .listlink {
    width: 315px;
    height: 32px;
    margin-bottom: 10px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    position: relative;
    text-indent: 15px;
    white-space: nowrap;
}

.change .changebox .listlink::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #000000;
    top: 15px;
    left: 0;
}

.footer {
    width: 100%;
    height: 278px;
    background: #F8F8F8;
}

.footer .footerbox {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .footerbox .footerflag {
    height: 32px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 16px;
    color: #565656;
    line-height: 32px;
    text-align: right;
    font-style: normal;
    display: flex;
    margin-bottom: 15px;
}

.footer .footerbox .footerflag span {
    margin: 0 5px;
}

.footer .footerbox .footerimg {
    width: 652px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer .footerbox .footerimg a:first-child img {
    width: 56px;
    height: 68px;
}

.footer .footerbox .footerimg a:nth-child(3) img,
.footer .footerbox .footerimg a:nth-child(2) img {
    width: 128px;
    height: 47px;
}

.footer .footerbox .footerimg a:nth-child(5) img,
.footer .footerbox .footerimg a:nth-child(4) img {
    width: 128px;
    height: 48px;
}

.footer .footerbox .footerinfo {
    height: 96px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 16px;
    color: #565656;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}

.footer .footerbox .footerinfo a {
    display: inline-block;
}

/* æ–‡ç« è¯¦æƒ…baræ ·å¼ */
.abar {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 12px;
    font-style: normal;

}

.abar span {
    margin: 0 5px;
}

  .navli {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                width: 1260px;
                margin: 0 auto;
                display: flex;
                align-items: center;
                font-family: PingFang-SC, PingFang-SC;
                font-weight: bold;
                font-size: 20px;
                color: #FFFFFF;
                font-style: normal;
                z-index: 99999;
            }

            .navli .navas {
                height: auto !important;
                width: 252px;
                color: #fff;
                text-align: center;
                line-height: 56px;
                background: #028FED;
                display: none;
            }

            .navli .navas:hover {
                display: block !important;
            }

            .navli .navas a {
                width: 252px;
                height: 56px;
                color: #fff;
                text-align: center;
                line-height: 56px;
            }

            .navli .navas a:hover {
                background: #DEF1FD;
                color: #028FED;
            }